HttpAuthCache

public interface HttpAuthCache implements ProfileService

An HTTP authentication cache service.

This service stores HTTP authentication identities and challenge info.

Functions

Link copied to clipboard
public abstract void clear()
Clears all added HTTP authentication entries.
Link copied to clipboard
public abstract Profile profile()
Returns the profile of this service.